'Declaration
Public Function GetTextLineValue( _ ByVal OCRResultID As String, _ ByVal TextLineIdx As Integer _ ) As String
public string GetTextLineValue( string OCRResultID, int TextLineIdx )
public function GetTextLineValue( OCRResultID: String; TextLineIdx: Integer ): String;
public function GetTextLineValue( OCRResultID : String, TextLineIdx : int ) : String;
public: string* GetTextLineValue( string* OCRResultID, int TextLineIdx )
public: String^ GetTextLineValue( String^ OCRResultID, int TextLineIdx )
Parameters
- OCRResultID
- TextLineIdx